Description
Filters a Customize setting value in un-slashed form.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-setting.php | 576 |
wp-includes/customize/class-wp-customize-nav-menu-item-setting.php | 740 |
wp-includes/customize/class-wp-customize-nav-menu-setting.php | 444 |
Parameters
Type | Name | Description |
---|---|---|
mixed | $value | Value of the setting. |
WP_Customize_Setting | $setting | WP_Customize_Setting instance. |
PHP Doc
/**
* Filters a Customize setting value in un-slashed form.
*
* @since 3.4.0
*
* @param mixed $value Value of the setting.
* @param WP_Customize_Setting $setting WP_Customize_Setting instance.
*/